body{			height: 100%;			/*display: flex;*/			/*flex-direction: column;*/			/*justify-content:space-between;*/			background: #A6A6A6 url(bgblurcan.png) no-repeat center top;			background-size: cover;			}

.download-button {
            padding: 10px 20px;
            font-size: 16px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
.download-button:hover {
            background-color: #0056b3;
        }

.len-button {
            padding: 10px 20px;
            font-size: 16px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        .len-button:hover {
            background-color: #0056b3;
        }

.buyPremium {
            padding: 10px 20px;
            font-size: 16px;
            background-color: #f5c842;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
}